home *** CD-ROM | disk | FTP | other *** search
-
- Verb table.surePath
- Syntax table.surePath (path)
- Parameters path is a dot-delimited string indicating the name of a table that might not exist.
- Action Creates as many new tables as necessary to make the string a valid object database address.
- Returns The number of new tables it created.
- Examples table.surePath ("user.accounts.CIS"); user.accounts.CIS = "76244,120"
- ╟ 76244,120 ╟a new table, user.accounts, was created
- Notes This verb is implemented as a script, to examine its implementation, look at system.verbs.builtins.table.surePath.
-